projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c3889
)
tools: buildman: Remove duplicated code
author
York Sun
<
[email protected]
>
Tue, 4 Oct 2016 21:33:50 +0000
(14:33 -0700)
committer
sjg
<
[email protected]
>
Sun, 9 Oct 2016 15:30:32 +0000
(09:30 -0600)
Signed-off-by: York Sun <
[email protected]
>
CC: Simon Glass <
[email protected]
>
Fixed commit subject:
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
tools/buildman/builderthread.py
patch
|
blob
|
history
diff --git
a/tools/buildman/builderthread.py
b/tools/buildman/builderthread.py
index c4fe21953214f7d9e4f022c6a8686188afe72660..8974351225ce6ace5f6082901da3bdd005681118 100644
(file)
--- a/
tools/buildman/builderthread.py
+++ b/
tools/buildman/builderthread.py
@@
-304,10
+304,6
@@
class BuilderThread(threading.Thread):
print >>fd, 'arch', result.toolchain.arch
fd.write('%s' % result.return_code)
- with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
- print >>fd, 'gcc', result.toolchain.gcc
- print >>fd, 'path', result.toolchain.path
-
# Write out the image and function size information and an objdump
env = result.toolchain.MakeEnvironment(self.builder.full_path)
lines = []